home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1994 March / Internet Info CD-ROM (Walnut Creek) (March 1994).iso / networking / mail / mh / contrib / queuemh / queuemh-scripts / plum / ptize.pl < prev    next >
Encoding:
Text File  |  1992-11-08  |  187 b   |  13 lines

  1. # MODULE ptize.pl
  2.  
  3. sub ptize {
  4.     local($msg);
  5.     $_ = &prompt("New Priority? ");
  6.     &commit_deletions;
  7.     &system("ptize $_",$Current_Folder);
  8.     &read_folder();
  9.     &redraw;
  10. }
  11.  
  12. 1;
  13.